home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 4
/
FM Towns Free Software Collection 4 - Disc 1.iso
/
pao
/
towns
/
cdplay
/
src
/
word.h
< prev
Wrap
Text File
|
1991-10-18
|
1KB
|
35 lines
/* << High C V1.4 >> **********************************************************
**
** CD PLAYER 用 文字データ と 7ポ文字表示ルーチン 用ヘッダ
**
** 1991.03.19 : CREATE
** 1991.03.19 : FINISH
**
** < HISTORY >
** 1991.03.19 : CREATE
** 1991.03.26 : 7ポ文字表示関数の追加
**
** < note > : TABS = 4
**
** All Rights Reserved, Copyright (C) Y.Hirata 1991.
**
** Programmed by Y.Hirata ( Nifty ID : NAB03321 )
**
** Spetial thanks : ただひろ(K.Shimizu)
**
******************************************************************************/
extern char WORD_exit[] ;
extern char WORD_program[] ;
extern char WORD_single[] ;
extern char WORD_continue[] ;
extern char *WORD_7p[] ;
extern char *WORD_9p[] ;
/*-----------------------------------------------------------------------------
** プロトタイプ宣言
-----------------------------------------------------------------------------*/
void WORD_put7p( char *,int,int,int,int,char * ) ;
void WORD_put9p( char *,int,int,int,int,char * ) ;